home *** CD-ROM | disk | FTP | other *** search
- !Include("MenuGarage.vis")
-
- UIElem("ID_CARINFO_TITLE")
- {
- Default()
- {
- Text("CurrSelectedCar.m_sID#_NAME&")
- }
- }
-
- UIElem("ID_CARINFO_TXT")
- {
- Default()
- {
- Text("&CAR_Group&:
- &CAR_Drive&:
- &CAR_EngineType&:
- &CAR_Displacement&:
- &CAR_Power&:
- &CAR_Torque&:
- &CAR_Date&:
- &CAR_SellPrice&: ")
- }
- }
-
- UIElem("ID_CARINFO_TXT_2")
- {
- Default()
- {
- // Text("#CurrSelectedCar.m_sCarGroup#
- Text("#CurrSelectedCar.m_sCarDisplayedGroup#
- #CurrSelectedCar.m_sWheelDrive#
- #CurrSelectedCar.m_sEngineType#
- #%0CurrSelectedCar.m_nDisplacement#ccm
- #%0CurrSelectedCar.m_fPower#&bhp&
- #%0CurrSelectedCar.m_nTorque * CurrSelectedCar.m_fPower / CurrSelectedCar.m_fBasePower #&Nm&/#%0CurrSelectedCar.m_nMaxTorqueRPM#&rpm&
- #%0CurrSelectedCar.m_nProductionDate#
- #%0CurrSelectedCar.m_iSellPrice#&MenuCashPostfix&")
- }
- }
-
-